home *** CD-ROM | disk | FTP | other *** search
/ AGA Toolkit '97 / The AGA Toolkit '97.iso / programming / gui / gadutil / docs / autodocs / -make-bigfile- next >
Encoding:
Text File  |  1996-09-07  |  1.9 KB  |  33 lines

  1. ; Makes the big autodoc file by joining all function's files together.
  2. ; Change the cd as you like to fit your needs
  3. ;
  4.  
  5. join 00.GU_TableOfContents 28.GU_AddTail 27.GU_AttachList as ram:GU_Autodoc0
  6. join 38.GU_BeginRefresh 08.GU_BlockInput 29.GU_ChangeStr 49.GU_CheckVersion as ram:GU_Autodoc1
  7. join 25.GU_ClearList 18.GU_CloseCatalog 12.GU_CoordsInGadBox as ram:GU_Autodoc2
  8. join ram:GU_Autodoc0 ram:GU_Autodoc1 ram:GU_Autodoc2 as ram:GU_Autodoc
  9.  
  10. join 06.GU_CountNodes 30.GU_CreateContext 03.GU_CreateGadgetA as ram:GU_Autodoc0
  11. join 16.GU_CreateLocMenuA 32.GU_CreateMenusA 26.GU_DetachList as ram:GU_Autodoc1
  12. join 19.GU_DisableGadget 43.GU_DrawBevelBoxA 39.GU_EndRefresh as ram:GU_Autodoc2
  13. join ram:GU_Autodoc ram:GU_Autodoc0 ram:GU_Autodoc1 ram:GU_Autodoc2 as ram:GU_Autodoc00
  14.  
  15. join 40.GU_FilterIMsg 44.GU_FindNode 10.GU_FreeGadgets as ram:GU_Autodoc0
  16. join 09.GU_FreeInput 02.GU_FreeLayoutGadgets 33.GU_FreeMenus as ram:GU_Autodoc1
  17. join 37.GU_FreeVisualInfo 07.GU_GadgetArrayIndex 31.GU_GetGadgetAttrsA as ram:GU_Autodoc2
  18. join ram:GU_Autodoc00 ram:GU_Autodoc0 ram:GU_Autodoc1 ram:GU_Autodoc2 as ram:GU_Autodoc
  19.  
  20. join 13.GU_GetGadgetPtr 05.GU_GetIMsg 15.GU_GetLocaleStr as ram:GU_Autodoc0
  21. join 36.GU_GetVisualInfoA 01.GU_LayoutGadgetsA 34.GU_LayoutMenuItemsA as ram:GU_Autodoc1
  22. join 35.GU_LayoutMenusA 24.GU_NewList 46.GU_NodeDown 45.GU_NodeUp as ram:GU_Autodoc2
  23. join ram:GU_Autodoc ram:GU_Autodoc0 ram:GU_Autodoc1 ram:GU_Autodoc2 as ram:GU_Autodoc00
  24.  
  25. join 17.GU_OpenCatalog 23.GU_OpenFont 41.GU_PostFilterIMsg as ram:GU_Autodoc0
  26. join 21.GU_RefreshBoxes 22.GU_RefreshWindow 42.GU_ReplyIMsg as ram:GU_Autodoc1
  27. join 04.GU_SetGadgetAttrsA 11.GU_SetGUGadAttrsA as ram:GU_Autodoc2
  28. join ram:GU_Autodoc00 ram:GU_Autodoc0 ram:GU_Autodoc1 ram:GU_Autodoc2 as ram:GU_Autodoc
  29.  
  30. join ram:GU_Autodoc 20.GU_SetToggle 48.GU_SortList 14.GU_TextWidth 47.GU_UpdateProgress as ram:GU_Autodoc00
  31. delete ram:GU_Autodoc ram:GU_Autodoc0 ram:GU_Autodoc1 ram:GU_Autodoc2
  32. rename ram:GU_Autodoc00 ram:GadUtil.doc
  33.